home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / update-notifier / update-motd-reboot-required < prev    next >
Text File  |  2009-10-15  |  115b  |  8 lines

  1. #!/bin/sh -e
  2. #
  3. # helper for update-motd
  4.  
  5. if [ -f /var/run/reboot-required ]; then
  6.     cat /var/run/reboot-required
  7. fi
  8.